@charset "utf-8";
/* CSS Document */

a,address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var{margin:0; padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block}
body{font-family: "Helvetica Neue", Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif; font-size:12px; color:#666; line-height:1.6; background:#fff;}
/*@font-face{font-family: "Helvetica Neue"; src: url("../font/Helvetica Neue.otf");}*/
a:hover{ color:#f00}
a:hover img,img{border:none; vertical-align: bottom;}
img{transition: all 0.6s;}
ol,ul{list-style: none}
input,button,select,textarea{outline:none;font-family:"微软雅黑",Arial,"宋体"; font-size:14px; color: #666;}
table input,table button,table select,table textarea{ vertical-align:middle;}
button,html input[type=button],input[type=submit]{-webkit-apperance: button; cursor: pointer}
button[disabled],html input[disabled]{cursor: default}
textarea{resize:none}
table{ border-collapse:collapse;}
a{text-decoration:none; color:#666;}
h1,h2,h3,h4,h5,h6{font-weight:400; font-family:"微软雅黑";}
th{font-weight: normal;}

.fl{float: left}
.fr{float: right}
.w_1200{width: 1200px;margin: 0 auto}
.animation{
transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;	
}
/*-------------------------结束公用样式--------------------------*/

a:hover{
	color: #ff6600;
}

/*main*/
#main{
	width: 100%;
	overflow: hidden;
}

/*head*/
#main .head{
	position: relative;
	    background: #fff;
}

/*top*/
.head .top{
	height: 35px;
	line-height: 35px;
	background: #f6f6f6;
}
.head .top span{
	color: #888;
	font-size: 12px;
}

.head .top a{
	display:inline-block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	width: 70px;
	position: relative;
}
.head .top a.ico{
	background: url(../images/top-ico.png) no-repeat left 5px;
	padding-left: 10px
}
.head .top a.ico.weibo{
	padding-left: 20px
}
.head .top a.ico:hover{
	background-position: left -30px
}
.head .top a.ico.Phone{
	background-position: left -65px
}
.head .top a.ico.Phone:hover{
	background-position: left -100px;
	color: #f60;
}
.head .top a i{
	display: inline-block;
	height: 10px;
	width: 1px;
	overflow: hidden;
	background: #c3c3c3;
	position: absolute;
	right: 0;
	top: 12px
}
/*advertising*/
.advertising{
	width: 100%;
	background: url(../images/new_bannmer2.jpg) no-repeat;
	height: 250px;
	margin-top: 10px;
	    background-position: center 0px;
	    margin: 0 auto;
}
.advertising:hover{ 
	    background-position: center -252px;
}

/*logo*/
.logo{
	height: 130px;
	position: relative
}
.logo .logo-ico{
	position: absolute;
	top: 19px
}
.logo .search{
	position: absolute;
	left: 380px;
	height: 38px;
	top: 35px;
}
.search-cont{
	    border: 2px solid #ff6600;
    height: 100%;
    padding-right: 20px;
    width: 360px;
    margin-left: 165px;
	
}

.search-cont .select{
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	background: url(../images/select-ico.png) no-repeat 65px center;
	width: 75px;
	text-align: left;
	float: left;
	text-indent:14px;
	margin-right: 5px;
		
}
.search-cont .select:hover,.search-cont .select.on{
	color: #ff5a00;
	background-image: url(../images/select-ico-h.png);
	font-weight: bold
}
.search-cont .select.Age{
	width: 100px;
	background-position:85px center;
	border: none
}

.search-cont .select.Province{
	
}

.search-bar{
	display: inline-block;
	_zoom:1;
	*display:inline;
	border-left: 1px solid #f1f1f1;
	padding-left: 15px;
	margin: 0;
	height: 38px;
	*position: relative;
	*top: -1px
}

.search-bar input{
	padding: 0;
	margin: 0;
	height: 38px;
	line-height: 38px;
	border: none;
	color: #888;
	width: 320px;
}

.search-button{
	width: 90px;
	height: 42px;
	background: #ff5a00;
	line-height: 42px;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 545px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.Sell-Company{
	    right: 0;
    left: auto;
    width: 140px;
    top: 35px;
    background: url(../images/search-ico.png) no-repeat 12px #ff5a00;
    padding-left: 20px;
}
.search-button:hover{
	background-color: #ff4800;
}

.Keyword{
	    margin-top: 5px;
    margin-left: 170px;
}
.Keyword a{
	margin: 0px 5px;
	color: #888
}
.Keyword a:hover{
	color: #f00
}

/*navigation*/
.navigation{
	height: 42px;
	border-bottom: 4px solid #ff6600
}
.navigation .w_1200{
	position: relative;
}
.navigation .category{
	position: absolute;
	width: 220px;
	height: 42px;
	background:url(../images/category-ico.png) no-repeat 190px 19px #ff5a00;
	top: 0;
	
	cursor: pointer;
}
.navigation .category span.t{
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	text-indent: 24px;
	display: block
}
.navigation .menu{
	position: absolute;
	left: 325px;
	height: 42px;
}
.navigation .menu a{
	    font-size: 16px;
    color: #333;
    line-height: 42px;
    display: inline-block;
    padding: 0px 10px 0px 13px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.navigation .menu a:hover{
	color: #ff5a00;
	border-bottom: 2px solid #f60;
    height: 38px;
}
.navigation .menu a i.tag{
	position: absolute;
	width: 38px;
	height: 23px;
	background:url(../images/tag-bg.png) no-repeat center;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	line-height: 18px;
	text-align: center;
	top: -10px
}
.navigation .menu i{
	display:inline-block;
	width: 1px;
	height: 8px;
	background: #d1d1d1;
	    margin-left: 3px;
}

.tel{
	position: absolute;
	right: 0px;
	height: 42px;
	background: url(../images/qq1.png) no-repeat center left;
	padding-left: 35px;
	top: -5px
}
.tel span{
	display: block;
	color: #888;
	font-size: 14px;
}
.tel span.number{
	font-size: 20px;
	color: #ff6600;
	font-weight: bold;
	line-height: 18px
}

/*二级菜单*/
.Secondary-menu{
	position: absolute;
	width: 220px;
	background: #fff;
	height: 363px;
	z-index: 999999
}
.Secondary-menu dl{ 
	border: 2px solid #fff;
	border-right: none;
	position: relative;
}
.Secondary-menu dt{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #333; 
	padding-left: 14px;
	cursor: pointer;  
}
.Secondary-menu dl.hove dt{
	border-right: none; 
	color: #ff5a00;
}
.Secondary-menu dl.hove{
	background: #fff;
	border: 2px solid #ff5a00;
	border-right: none; 
	width: 220px;
	right: 0px; 
}
.menu-box{
	position:relative;
}
.nav-shadow{
	position: absolute;
	left: 220px;  
	background: #fff;
	border: 2px solid #ff5a00;
	width: 500px;
	display: none; 
	    z-index: 999;
}
.nav-shadow .left-box{
	display: none
}
.nav-shadow .shadow-list{
	width: 95%;
	margin: 0px auto;
	margin-top: 12px;
}
.nav-shadow .shadow-list dt{
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	background: url(../images/type-arrow.png) no-repeat right center;
	padding-right: 15px;
	margin-right: 15px;
}
.nav-shadow .shadow-list dt a{color: #333}
.nav-shadow .shadow-list dd{display: inline-block;color: #ebebeb;font-size: 9px;margin-top: 5px;}
.nav-shadow .shadow-list a{
	font-size: 14px;
	display: inline-block;
	margin: 0px 10px;
	line-height: 30px;
	color: #666;
}

/*
.Secondary-menu dl.hove dt{
	border: 2px solid #ff5a00;
	border-right: none;
	background-image: url(../images/Secondary-menu-h-ico.png);
	background-color: #fff;
	height: 49px;
	color: #ff5a00;
}
*/
.Secondary-menu{
	z-index: 99999;
	position: absolute;
	
}
.Secondary-menu dd{
	    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 3px;
    margin-bottom: 4px;
	
}
.Secondary-menu .province dd{
	width: 85%;
}
.Secondary-menu dl.province dt{
	background-position: 15px -10px;
}
.Secondary-menu dd a{
	padding: 0 9px 0 0px;
	display: inline-block; 
	    color: #666;
}

.Secondary-menu dl.province a{
	margin-right: 14px
}

.Secondary-menu dl.Years dt{
	background-position: 15px -60px;
}
.Secondary-menu dl.Years a{
	margin-right: 10px
}

.Secondary-menu dl.industry dt{
	background-position: 15px -110px;
}
.Secondary-menu dl.industry a{
}

.Secondary-menu dl.funds dt{
	background-position: 15px -160px;
}

/*banner*/
.banner{
	width: 100%;
	height: 363px;
	overflow: hidden
}
.banner ul{
	width: 100%;
	height: 100%;
}
.banner ul li{
	    width: 100%;
    height: 100%;
    background: url(../images/banner_new.jpg) no-repeat #f2f2f2 center;
    background-size: 760px 363px;
    margin: 0 auto;
}

/*service*/
.service{
	padding: 50px 0px;
	overflow: hidden;
}
.service .service-cont{
	float: left;
	text-align: center;
	width: 300px;
	height: 330px;
	cursor: pointer;
}


.service .service-cont:hover{
	margin-top: -15px;
	height: 345px;
}
.service .service-cont div.ico{
	margin-bottom: 25px;
}
.service .service-cont h1{
	font-size: 24px;
	color: #333;
}
.service .service-cont h1 span{
	color: #ff6600;
}
.service .service-cont span.summary{
	color: #888;
	display: block;
	line-height: 23px;
	font-size: 14px;
}
.service .service-cont i{
	display: block;
	height: 1px;
	width: 25px;
	background: #b2b2b2;
	margin: 15px auto;
}
.service .service-cont a{
	background: url(../images/service-cont-ico.png) no-repeat 45px center;
	display: block;
	width: 150px;
	text-align: center;
	border: 1px solid #c9c9c9;
	height: 40px;
	line-height: 40px;
	margin: 30px auto 0;
	font-size: 14px;
	color: #333;
	padding-left: 15px
}
.service .service-cont:hover a,.service .service-cont a:hover{
	background-color:#ff5a00;
	border-color: #ff5a00;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/service-cont-h-ico.png);
}

/*公司转让*/
.Company-transfer{
	background:url(../images/Company-transfer-bg.jpg) no-repeat center #f2f2f2;
	padding: 35px 0px;
}
.index_more{  
        width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 auto;
    color: #666;
    border: 1px solid;
    border-radius: 8px;
        text-align: center;
}
.Company-transfer .title{
	text-align: center;
}
.Company-transfer .title h1{
	font-size: 32px;
	color: #333;
}
.Company-transfer .title i{
	display: block;
	height: 1px;
	width: 45px;
	background: #c2c2c2;
	margin: 0 auto;
	margin: 5px auto 10px;
}
.Company-transfer .title span{
	color: #a9a9a9;
	font-size: 14px;
}

.Company-transfer .cont{
	margin-top: 30px;
}



.Company-transfer .statistics{
	background: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.Company-transfer .statistics span{
	font-size: 16px;
	display: inline-block;
	margin: 0px 10px;
	color: #666;
}
.Company-transfer .statistics span.digital{
	margin: 0px 5px;
	font-size: 18px;
	color: #ff6600;
	font-weight: bold;
}
.Company-transfer .statistics a.more{
	font-size: 14px;
	color: #333;
	position: absolute;
	right: 30px;
	top: 2px
}
.Company-transfer .statistics a.more:hover{
	color: #ff6600
}

/*公司列表*/
.company-list{
	
}
.company-list .list{
	background: #fff;
	height: 145px;
	margin: 20px 0px 0px;
	position: relative;
	cursor: pointer;
	border: 2px solid #fff
}
.company-list .list .tips1{
	    position: absolute;
    height: 40px;
    width: 40px; 
    top: 18px;
    left: 24px; 
    background: url(../images/kong.png) no-repeat center;
    background-size: 70%;
}
.company-list .list .tips2{
	    position: absolute;
    height: 40px;
    width: 40px; 
    top: 18px;
    left: 24px; 
    background: url(../images/shi.png) no-repeat center;
    background-size: 70%;
}
.introduction span1{
	    padding-right: 25px;
       border-right: 1px solid;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
}
.company-list .list .tips span{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 15px;
	margin-top: 42px;
	line-height: 19px;
}
.company-list .list .summary{
	position: absolute;
	left: 65px;
	width: 75%;
	padding: 20px 0px;
}
.summary em{ 
	font-style: normal;
}
.company-list .list .summary a{
	font-size: 18px;
	color: #333;
	margin-left: -7px
}
.company-list .list .summary span.digital{
	 
}
.company-list .list .summary div.introduction{
	font-size: 14px;
	margin: 8px 0px 6px;
	color: #888; 
}
.company-list .list .summary div.supplement{
	font-size: 14px;
	color: #888
}
.company-list .list .time{
	width: 110px;
	border-left: 1px solid #e7e7e7;
	position: absolute;
	right: 0px;
	height: 100%;
}
.company-list .list .time span{
	display:block;
	padding-left: 20px;
	color: #666;
	line-height: 23px;
	    font-size: 23px;
    margin-left: 4px;
}
.company-list .list .time span.years{
	    font-size: 16px;
    margin-top: 50px;
    margin-left: 15px;
}
.company-list .list .time i{
	display: block;
	position: absolute;
	width: 3px;
	height: 15px;
	background: #ff5a00;
	top: 65px;
}

.company-list .list:hover{
	box-shadow: 1px 1px 15px #ff5a00;
	border: 2px solid #ff5a00;
	behavior: url(PIE.htc);
}
.company-list .list:hover a{
	color: #ff5a00;
}

.company-list div.more{
	font-size: 18px;
	text-align: center;
	color: #333; 
	margin-top: -24px;
}

/*热门公司转让信息*/

.Company-hot{
	background: #fff;
}

.Company-list{
	margin-top: 50px;
	width: 100%;
	overflow: hidden;
}
.Company-list li{
	float: left;
	cursor: pointer;
	margin-right: 20px;
}

.Company-list div.pic{
	width: 285px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.Company-list div.pic .industry{
	position: absolute;
	bottom: 0px;
	height: 45px;
	line-height: 45px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-indent: 16px;
	background: url(../images/industry-bg.png) repeat;
	z-index: 999
}
.Company-list .summary{
	
}
.Company-list .summary a{
	display: block;
	font-size: 16px;
	color: #333;
	margin: 10px 0px;
	position: relative
}
.Company-list .summary span{
	display: block;
	color: #777;
	font-size: 14px;
	margin: 2px 0px
}
.Company-list .summary .price{
	color: #ff5a00;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.Company-list .summary a i{
	display: inline-block;
	position: absolute;
	background: url(../images/stock-ico.png) no-repeat 8px center #ff5a00;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px 0 20px;
	top: 2px;
	margin-left: 5px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px; 
    border-radius:15px;
}

.Company-list li:hover a,.Company-list .summary a:hover{
	color: #ff5a00
}
.Company-list li:hover div.pic img{
	transform: scale(1.3);
}

.Company-hot .pageState,.Company-hot .next,.Company-hot .prev{display: none;}
.Company-hot ul.page-list{
	text-align: center;
	margin-top: 50px
}
.Company-hot ul.page-list li{
	display: inline-block;
	*display:inline;
	width: 15px;
	height: 15px;
	overflow: hidden;
	background: #e5e5e5;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px; 
    border-radius:15px;
	margin: 0px 5px;
	color: #e5e5e5;
	cursor: pointer;
	behavior: url(PIE.htc);
}
.Company-hot ul.page-list li.on{
	background: #ff5a00;
	color: #ff5a00
}

.Company-hot .more{
	display:block;
	margin: 40px auto 0;
	background: #ff5a00;
	height: 48px;
	line-height: 48px;
	width: 300px;
	color: #fff;
	text-align: center;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px; 
    border-radius:30px;
	font-size: 14px;
}

.Company-hot .more:hover{
	background-color: #ff4800;
}


/*.news*/
.Company-News{
	background: #f2f2f2;
	width: 100%;
	overflow: hidden;
	padding-bottom: 0px
}
.Company-News .cont{
	min-height: 530px;
}
.Company-News .menu a{
	display: inline-block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	margin: 15px 5px 0;
}
.Company-News .menu a.on{
	color: #fff;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px; 
    border-radius:30px;
	background: #ff5a00;
	behavior: url(PIE.htc);
	
}
.Company-News .news-list{
	display: none;
	width: 100%;
	overflow: hidden;
}
.Company-News .news-list.on{
	display: block
}
.Company-News .news-list li{
	float: left;
	width: 580px;
	margin: 22px 0;
	
}

.Company-News .news-list li div.pic{
	width: 180px;
	height: 130px;
	overflow: hidden;
}
.Company-News .news-list li div.pic img{
	width:  100%;
}
.Company-News .news-list li div.pic:hover img{
	transform: scale(1.3);
}

.Company-News .news-list li div.Summary{
	width: 380px;
}
.Company-News .news-list li div.Summary span{
	display: block;
	font-size: 14px;
	color: #666;
}
.Company-News .news-list li div.Summary span.time{
	color: #888;
	margin: 6px auto 12px;
}
.Company-News .news-list li div.Summary a{
	font-size: 18px;
	color: #333;
}
.Company-News .news-list li div.Summary a:hover{
	color: #ff5a00;
}

/*Company-Partner*/
.Company-Partner{
	background: #fff;
}

.Partner-list{
	width: 100%;
	height: 110px;
	overflow: hidden;
	border: 1px solid #ebebeb;
	position: relative;
}
.Partner-list .bd{
	width: 90%;
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
}
.Partner-list li{
	display: inline-block;
	width: 160px;
	height: 110px;
	margin: 0px 10px;
	text-align: center;
	cursor: pointer;
}
.blank{ width:0px; height:75%; vertical-align:top;}

.Partner-list li:hover img{
	transform: scale(1.2);
}
.Partner-list .next,.Partner-list .prev{
	display: block;
	position: absolute;
	width: 11px;
	height: 15px;
	top: 47.5px;
	z-index: 999;
	zoom:1;
	cursor: pointer;
}
.Partner-list .next{
	background: url(../images/Partner-button.png) no-repeat left center;
	left: 30px;	
}
.Partner-list .prev{
	right: 30px;
	background: url(../images/Partner-button.png) no-repeat right center;
}
.Partner-list .hd a:hover{
	background-image: url(../images/Partner-button-h.png);
}
.Partner-list .hd ul{
	display: none;
}

.copy-ico{
	width: 100%;
	text-align: center;
	margin: 30px auto 0;
}

/*copyright*/

.copyright{
	background: #424242;
	padding: 40px 0px;
	width: 100%;
	overflow: hidden;
}

.copyright-prompt{
	overflow: hidden;
	margin-bottom: 15px;
}
.copyright-prompt div{
	    width: 210px;
    height: 70px;
    padding-left: 60px;
    float: left;
    margin-left: 40px;
}

.copyright-prompt div h2{
	color: #fff;
	font-size: 18px;
	margin-top: 10px
}
.copyright-prompt div span{
	color: #7b7b7b;
	font-size: 14px;
}

.copyright-prompt div.Hour{
	background: url(../images/foot1.png) no-repeat;
	    background-position-y: 14px;
	        margin-left: 0;
}

.copyright-prompt div.Service{
	background: url(../images/foot2.png) no-repeat;
	    background-position-y: 14px;
}

.copyright-prompt div.Massive-Data{
	background: url(../images/foot3.png) no-repeat;
	    background-position-y: 14px;
}
.copyright-prompt div.Fast-Trading{
	background: url(../images/foot4.png) no-repeat;
	    background-position-y: 14px;
}

.copyright .Links{
	border-bottom: 1px solid #585858;
	padding: 15px 0px
}
.copyright .Links span{
	color: #c4c4c4;
	font-size: 14px;
}
.copyright .Links a{
	margin: 0px 5px;
	font-size: 14px;
	color: #777;
}
.copyright .Links a:hover{
	color: #fff;
}

.information{
	position: relative;
	padding: 20px 0 40px;
	margin-top: 20px
}
.information .tel{
	left: 500px;
	top: 20px;
	border-left: 1px solid #4c4c4c;
	padding-left: 70px;
	background-image: url(../images/qq2.png);
	background-position: 25px 7px;
	background-size: 35px;
}
.information .tel span{
	color: #888;
	font-size: 14px;
	margin-bottom:3px;
}
.information .tel .number{
	color: #fff;
	font-size: 24px;
}
.information .link{
	position: absolute;
	left: 0px;
}
.information .link span{
	display: block;
	font-size: 14px;
	margin: 6px 0px;
	    color: #666;
}
.information .link a{
	color: #999;
	font-size: 14px;
	margin: 0 10px 0 0;
	padding-left: 10px
}
.information .link a:first-child{
	padding: 0px;
}
.information .link a:hover{
	color: #fff;
}
.information .link i{
	display:inline-block;
	width: 1px;
	height: 8px;
	background: #575757
}

.information .code{
	position: absolute;
	width: 260px;
	right: 0px;
	top: 0px;
}
.information .code div.pic{

}
.information .code .fr{
	    margin-top: 18px;
    margin-right: 10px;
}
.information .code  span{
	display: block;
	color: #999;
	font-size: 14px;
}
.information .code  span.t{
	font-size: 16px;
	color: #fff;
}

/*search-options*/
.search-options{
	z-index: 999;
	zoom:1;
	background: #fff;
	border: 1px solid #e0e0e0;
	width: 100px;
	position: absolute;
	top: 42px;
	display: none;
}

.search-options ul{
	max-height: 240px;
	overflow-y: auto
}
.search-options ul li{
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	text-indent: 6px;
	color: #aaa;
}
.search-options ul li.on,.search-options ul li:hover{
	background: #f3f3f3;
	color: #666;
}

.search-options.search-city,.search-options.search-city-t{
	left: 85px;
}
.search-Years,.search-Years-t{
	left: 166px;
}


/*分页*/
.page{
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #f2f2f2;
	padding-top: 20px
}
.page ul{
	width: 100%;
	position: absolute;
	text-align: center
}
.page ul li{
	display: inline-block;
	border: 1px solid #f2f2f2;
	min-width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0px 2px;
	cursor: pointer;
}
.page ul li.omitted{
	border: none;
	
}
.page ul li.omitted:hover{
	background: none;
}
.page ul li.next{
	padding: 0px 15px
}

.page ul li:hover{
	background: #ff5a00;
}
.page ul li:hover a{
	color: #fff;
}

.traffic{
	position: fixed;
	right: 0;
	top: 40%;
	width: 180px;
	
	
}
.traffic .traffic-title{
	background: #ff6600;
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-indent: 24px;
	z-index: 9999;
	position: relative;
}
.traffic .traffic-cont{
	background: #fff;
	box-shadow:0 0 10px rgba(0, 0, 0, .2); 
	padding: 10px ;
}
.traffic .traffic-cont .traffic-list{
	width: 90%;
	margin: 0 auto;
}
.traffic .traffic-cont .traffic-list li{
	background: url(../images/ico-qq.jpg) no-repeat left center;
	height: 50px;
	margin:  0 0 10px 0;
	padding-left: 50px;
}
.traffic .traffic-cont .traffic-list li a{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.traffic .traffic-cont .traffic-list li a span{
	display: block;
	font-weight: 400;
	color: #ff6600;
	border: 1px solid #ff6600;
	width: 60px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	margin-top: 2px;
}
.traffic .traffic-cont .traffic-tel{
	border-top: 1px solid #e6e6e6;
	padding: 15px 0;
	color: #797979;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}
.traffic .traffic-cont .traffic-tel span{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #ff6600;
	line-height: 25px
}

.traffic .traffic-title span.close{
	width: 12px;
	height: 12px;
	display: block;
	background: url(../images/close.png) no-repeat center;
	position: absolute;
	background-size: cover;
	right: 20px;
	top: 15px;
	cursor: pointer
}


.fixed-search{
	position: fixed;
	bottom: -200px;
	width: 100%;
	background: url(../images/fixed-search-bg.png) repeat;
	z-index: 999999999;
	padding:20px 0;
}
.fixed-search.hove{
	bottom: 0px;
}
.fixed-search .search{
	position: relative;
	width: 100%;
	
}
.fixed-search .search .search-cont{
	width: 640px;
	background: #fff;
}
.fixed-search .search .search-button{
	left: 600px
}

.fixed-search .search-options.fixed{
	top:inherit;
	bottom: 43px
}
.fixed-search .search-button.Sell-Company{
	position: absolute;
	top: 0;
	left: 720px !important
}
.fixed-search .search-close{
	width: 20px;
	height: 20px;
	background: url(../images/close.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer
}

.fixed-search  .search-tel{
	right: 70px;
	top: 3px
}

.Transfer{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.Transfer .title{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	display: block;
	text-align: left
}
.Transfer .TransferList li{
	float: left;
	margin: 5px auto;
	margin-right: 15px;
}
.Transfer .TransferList li a{
	color: #888;
	font-size: 14px;
}
.txt30{
 float: left;
    width: 100%;
    height: 42px;
    overflow: hidden;
}
.side{position:fixed;
	width:54px;
	height:275px;
	right:0; 
	z-index:99999;
	left: 50%;
    margin-left: 630px;
    bottom: -300px;
}
.poshove{
	bottom: 100px;
}
.remhove{   
    margin-top: -322px;
}
 
.side ul li{width:54px;
	height:54px;
	float:left;
	position:relative;
	border-top:1px solid #FFD687;}
.side ul li .sidebox{position:absolute;
	width:54px;
	height:54px;
	top:0;
	right:0;transition:all 0.3s;
	background:#F48915; 
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden;
}
.side ul li .sidetop{width:54px;
	height:54px;
	line-height:54px;
	display:inline-block;
	background:#F48915; 
	transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ff4800;
	 }
.side ul li img{float:left;}
.sidebox img{
	    width: 25px;
    margin-top: 8px;
    margin-left: 14px;
    padding-bottom: 2px;
    padding-right: 10px;
 }
#sideboxwx{    width: 54px;
        height: 220px;
    margin-top: -1px;
    background: #F48915}
.sidewxbox {
       width: 370px;
    height: 170px;
    margin-top: -5px;
    display: none;
}
.sidewxbox span {
    font-size: 22px;
    font-family: 微软雅黑;
    color: #fff;
    font-weight: bold;
}
.sideboximg img {
    width: 129px;
    height: 128px;
    margin: 20px;
    float: left;
}
.sideboxtxt ul li{
	    font-size: 15px;
    width: 170px;
    list-style: initial;
    margin-left: 18px;
    border: none;
}

.sidewxbox2 {
    display: none;
    width: 430px;
    height: 54px;
    position: fixed;
    left: 50%;
    margin-left: 254px;
    background: #DBDBDB;
    margin-top: 0px;
}
.sideinputbox {
    float: right;
    margin-right: 96px;
    margin-top: 9px;
}
.sidessoff {
    float: left;
    width: 18px;
    height: 54px;
    background: #F48915;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 54px;
    padding-left: 6px;
    border-radius: 6px 0px 0px 6px;
}
.sidessoff:hover{
	background:#ff4800; 
	cursor: pointer;
}
.sideboxtxt textarea{
	    width: 430px;
    height: 140px;
    margin-left: 20px;
    margin-top: 6px;
        border: none;
}
.txtname{
	    width: 60px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 20px;
}
.txttel{
	   width: 50px;
    height: 30px; 
    float: left;
    margin-left: 48px; 
}
.sideboxname{margin-top: 12px;}
.feedback{
	margin-left: 40%;
    width: 160px;
    height: 40px;
    margin-top: 25px;
    font-size: 16px;
    border: none;
    background: #ff5a00;
    color: #fff;
    box-shadow: #fff 0px 0px 10px; 
}
.sidetxt{
    display: none;
    width: 595px;
    height: 320px;
    border: 1px solid;
    position: fixed;
    left: 50%;
    margin-left: 33px;
    background: #F48915; 
    color: #fff;
    font-size: 14px;
    font-family: 微软雅黑;
    z-index: 999999;
}
#bximg img{
	width: 40px;
    margin-top: 8px;
    margin-right: 8px;
}
a:hover .bxico {
	transform:rotate(-180deg);
}
.nameinput{
	border: none;
	height: 25px;
}
.feedback:hover{
	box-shadow: #fff 0px 0px 20px; 
}
.mintit{
	    position: absolute;
    top: 33px;
    font-size: 12px;
    height: 20px;
    width: 52px;
    line-height: 20px;
    text-align: center;
}
.ssinput {
    float: right;
    width: 70px;
    height: 32px;
    margin-top: -34px;
    margin-right: 5px;
    text-align: center;
    line-height: 32px;
    background: #F48915;
    color: #fff;
    font-size: 15px;
}
.ssinput:hover{
	background:#ff4800;  
	cursor: pointer;
}
.infotg{ 
        width: 100%;
    height: 140px;
    margin-bottom: 5px;
    background: url(../images/tgimg.jpg) no-repeat center;
    background-size: 100%;
    margin-top: -20px;
}
.paypro {
        width: 50%;
    margin: 0 auto;
    background: url(../images/paypro.png) no-repeat center;
    height: 165px;
    background-size: 100%;
}
a:link {color: #000000}     /* 未访问的链接 */
a:visited {color: #fe9249}  /* 已访问的链接 */ 
.fr a{
	color: #666;
}
.c a{
	color: #666;
}
.ba a{
	color: #000;
}
.current-location a{
	color: #666;
}
.indcen_box {
        width: 220px;
    height: 363px;
    position: absolute;
    z-index: 99;
    top: 211px;
    margin-left: 380px;
    left: 50%;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#dfdfdf,endColorStr=#fff);
    background: -ms-linear-gradient(top, #dfdfdf, #fff);
    background: -moz-linear-gradient(top,#dfdfdf,#fff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#dfdfdf), to(#fff));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfdfdf), to(#fff));
    background: -webkit-linear-gradient(top, #dfdfdf, #fff);
    background: -o-linear-gradient(top, #dfdfdf, #fff);
}
.indcen_box_head{
	    width: 40%;
    margin: 0 auto;
    background: url(../images/publisher-ico.png) no-repeat center;
    height: 110px;
    background-size: 100%;
    margin-top: 35px;
}
.indcen_box_tis{ 
        width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-top: 8px;
    color: #b3b3b3;
}
.indcen_box_but{
	width: 65%;
    height: 35px;
    margin: 0 auto;
    text-align: left;
    line-height: 35px;
    font-size: 16px;
    margin-top: 25px;
    border-radius: 14px;
    color: #fff;
    background: #fe5249;
}
.indcen_box_but i{
	    font-style: normal;
    font-size: 30px;
    padding-left: 2px;
    padding-right: 2px;
}
.ind_tis2{
	    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: blue;
}
.idhead{
	    width: 34px;
    background: url(../images/idhead.png) no-repeat center;
    height: 34px;
    background-size: 50%;
    float: left; 
    margin-left: 12px;
}
.idtxt{
	    float: left;
    margin-left: 5px;
}
.fa_box{ 
       position: absolute;
    width: 160px;
    right: 0;
    text-align: center;
    background: #F9EFE6;
    z-index: 999; 
    display: none; 
}
.f_img{
	    width: 31px;
    height: 31px;
    background: url(../images/fabugs.png) no-repeat;
    background-size: 100%;
    float: left;
    background-position-x: -3px;
    margin-top: 7px;
    margin-left: 10px;
}
a:hover .f_img{
	    width: 31px;
    height: 31px;
    background: url(../images/fabugsa.png) no-repeat;
    background-size: 100%;
    float: left;
    background-position-x: -3px;
    margin-top: 7px;
    margin-left: 10px;
}
.d_img{
	    width: 24px;
    height: 24px;
    background: url(../images/dai.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 7px;
    margin-left: 11px;
}
a:hover .d_img{
	    width: 24px;
    height: 24px;
    background: url(../images/daia.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 7px;
    margin-left: 11px;
}
.q_img{
	    width: 25px;
    height: 25px;
    background: url(../images/gou.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}
a:hover .q_img{
	    width: 25px;
    height: 25px;
    background: url(../images/goua.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}
.f_txt{
	float: right;
    text-align: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 0px;
    color: #000;
}
.fa_boxt{
	border-bottom: 1px solid #ccc;
    height: 40px;
}
a:hover .f_txt{
	color: #ff5a00;
}
.animation:hover .fa_box{
	display: block;
}
.anir_img{
	    width: 16px;
    height: 16px;
    background: url(../images/category-ico.png) no-repeat;
    background-size: 100%;
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}
#indexgray {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0px;
    left: 0%; 
    z-index: 99999;
}

.indexpopup {
       width: 800px;
    height: 500px;
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -250px;
    background: url(../images/indexfloat.jpg) no-repeat;
    background-size: 100%;
}
.indexpopup img{
	    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
a .aimg:hover {
	transform:rotate(-180deg);
}
.shi{ 
       width: 90px;
    height: 90px;
    border-radius: 90px;
    margin-top: -30px;
    line-height: 20px;
    padding-top: 24px;
    color: #fff;
    background: url(../images/lishi.png) no-repeat;
    background-size: 100%;
        font-family: 微软雅黑;
            font-size: 16px;
} 
.shi i{
	font-size: 14px;
	font-style: normal;
}
.kong{ 
    width: 90px;
    height: 90px;
    border-radius: 90px;
    margin-top: -26px;
    line-height: 90px;
    box-sizing: border-box;
     background: url(../images/likong.png) no-repeat;
    background-size: 100%;
}
.mian {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    margin-top: -30px;
    line-height: 90px; 
    color: #fff;
    background: url(../images/lishi.png) no-repeat;
    background-size: 100%;
}
.left_float{   
	position: fixed;
	left: -15px;
	bottom: 30px;
	z-index: 999999;
	display: block;
}
.float_img {
    width: 260px;
    height: 260px; 
    background: url(../images/floatimg1.png) no-repeat;
    background-size: 100%;
     cursor: pointer; 
}
.float_off{
	    width: 24px;
    height: 24px;
    float: right;
    margin-top: 15px;
    margin-right: 28px;
    cursor: pointer;
    z-index: 99999; 
    position: initial;
}
.hottxt{
	    height: 60px;
    line-height: 40px; 
    font-size: 14px;
}
.hotspan{ 
    padding-right: 15px;
    color: #222;
}
.ulfa_box {
        position: absolute;
    width: 100px;
    right: 0;
    background: #fff;
    z-index: 999;
    display: none;
    border: 4px solid #ff6600;
    border-top: none;
}
.ulfa_boxt { 
}
.ulf_txt {
       float: right;
    text-align: left;
    width: 51px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    margin-right: 0px; 
}
.navigation .menu .ulfa_box a:hover{ 
	border-bottom: 2px solid #f60;
    height: 24px;
    width: 51px; 
}
.navigation .menu .index_ulfa:hover .ulfa_box{
	  display: block; 
}
.navigation .menu .index_ulfa:hover .index_freefa{
	 color: #f60;
}
.navigation .menu .index_freefa:hover{
	color: #ff5a00;
	border-bottom: 0px solid #f60;
    height: 42px;
}
.big_xmbox{ 
	width:85%;
	height: 45px;
	overflow: hidden;;
}
 